Update the gtk3-demo man page
authorMatthias Clasen <mclasen@redhat.com>
Wed, 9 Sep 2015 14:20:07 +0000 (10:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 9 Sep 2015 14:20:07 +0000 (10:20 -0400)
We have options now !

docs/reference/gtk/gtk3-demo.xml

index 47b32f510e5a9af30abd8c0c2ed92d7aeac258e6..d2eacb69b5e0d4521b67d495a6a222a3275184d2 100644 (file)
@@ -31,6 +31,9 @@
 <cmdsynopsis>
 <command>gtk3-demo</command>
 <arg choice="opt">--help</arg>
+<arg choice="opt">--list</arg>
+<arg choice="opt">--run <replaceable>EXAMPLE</replaceable></arg>
+<arg choice="opt">--autoquit</arg>
 </cmdsynopsis>
 </refsynopsisdiv>
 
@@ -53,6 +56,20 @@ other used resources, such as ui files and icons.
     <term><option>-h</option>, <option>--help</option></term>
       <listitem><para>Show help options</para></listitem>
     </varlistentry>
+    <varlistentry>
+    <term><option>--list</option></term>
+      <listitem><para>List available examples.</para></listitem>
+    </varlistentry>
+    <varlistentry>
+    <term><option>-run <replaceable>EXAMPLE</replaceable></option></term>
+      <listitem><para>Run the named example. Use <option>--list</option> to
+        see the available examples.</para></listitem>
+    </varlistentry>
+    <varlistentry>
+    <term><option>--autoquit</option></term>
+      <listitem><para>Quit after a short timeout. This is intended for use
+        with <option>--run</option>, e.g. when profiling.</para></listitem>
+    </varlistentry>
   </variablelist>
 </refsect1>